home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / patch / INTERN.h < prev    next >
C/C++ Source or Header  |  1994-08-18  |  471b  |  29 lines

  1. /* $Header: /home/dice/com/src/patch/RCS/INTERN.h,v 30.8 1994/08/18 05:51:54 dice Exp dice $
  2.  *
  3.  * $Log: INTERN.h,v $
  4.  * Revision 30.8  1994/08/18  05:51:54  dice
  5.  * .
  6.  *
  7.  * Revision 30.0  1994/06/10  18:08:50  dice
  8.  * .
  9.  *
  10.  * Revision 30.0  1994/06/10  18:08:50  dice
  11.  * .
  12.  *
  13.  * Revision 2.0  86/09/17  15:35:58  lwall
  14.  * Baseline for netwide release.
  15.  * 
  16.  */
  17.  
  18. #ifdef EXT
  19. #undef EXT
  20. #endif
  21. #define EXT
  22.  
  23. #ifdef INIT
  24. #undef INIT
  25. #endif
  26. #define INIT(x) = x
  27.  
  28. #define DOINIT
  29.